home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 02 / 5 / DISK0254.ZIP / HELPPCJR / SECNDRY / KEYS.HLP < prev    next >
Text File  |  1984-09-05  |  4KB  |  70 lines

  1. While you are using DOS or running another program, there are various keys
  2. that are interpreted by DOS as having special meanings.  In the descriptions
  3. below keys that are separated by a hyphen "-" must be pressed at the same time
  4. as one keystroke.  Press the keys sharply, that is don't press the key and
  5. leave your finger on it.  Most keys have an "auto-repeat" feature that
  6. repeatedly sends the key code to the computer after the key has been pressed
  7. for about 1 second.  If some of these keys are received that fast by programs
  8. the software locks up (crashes) and you will have to restart the computer.
  9.  
  10. Fn Break  - Stop program execution.  This has no effect at the DOS command
  11.             level, but will stop a program such as the DIR command and will
  12.             return you to the DOS prompt.  If the program you wish to stop
  13.             does not output to the screen often, the program may not stop.
  14.             This can be changed using the BREAK command (see the help file
  15.             BREAK for details).  The Ctrl-C key has the same effect as the
  16.             Fn Break key sequence but may be accomplished with one keystroke.
  17.  
  18. Fn Pause  - Stop the screen display output until any other key is pressed.
  19.             This keeps useful information from scrolling off the top of the
  20.             screen before you've had a chance to read it.  Pressing any
  21.             other key resumes the display output.  The Ctrl-S key has the
  22.             same effect, and may be accomplished with one keystroke.
  23.  
  24. Fn PrtSc  - Print the information currently on the screen on the printer.  This
  25.             command is discussed in detail in the help file GRAPHICS.
  26.  
  27. Fn Echo  - Echo all information displayed on the screen on the printer.  The
  28.            first time the key is pressed the printer output is started, the
  29.            next time the key is pressed, output stops (the key acts as a
  30.            on/off toggle).  This can be really handy for getting directory
  31.            listings of diskettes.  Make sure your printer is turned on and
  32.            on-line before issuing this command.
  33.  
  34. Crtl-Alt-Del - Pressing all three keys at once will reset the system.  A
  35.                beep should acknowledge the reception of the command and after
  36.                a few seconds the system should restart.  If nothing happens,
  37.                it indicates the computer is not listening to the keyboard and
  38.                the only way to get its attention is to turn the power off,
  39.                wait five or ten seconds, then turn the power back on.
  40.  
  41. Fn F6  - DOS normally interprets this key as an "end-of-file" (EOF) indication.
  42.          This can be useful when you are using the keyboard for input in a
  43.          situation where a file is normally used (see the help files REDIRECT
  44.          and COPY for details).  If the function key has been redefined by some
  45.          software package, the key will no longer be interpreted as EOF.  The
  46.          Ctrl-Z key is always interpreted as EOF so if in doubt use it instead.
  47. Various keys are available to "edit" the command line you are specifying for
  48. the next DOS command.  The function keys may not have the same meaning if your
  49. function keys have been redefined by some software package.  The editing
  50. features can be really helpful if you are entering many commands that are
  51. almost the same.  The last command entered is retained and may edited using the
  52. commands shown below:
  53.  
  54. Fn F1  or  the Cursor Right key  - Display the next character from the last
  55.                                    command line.
  56. Fn F3  - Display all remaining characters from the last command line.
  57. Fn F2  - Display all characters up to the specified character from the last
  58.          command line.
  59. Fn F4  - Skip all characters up to the specified character from the last
  60.          command.
  61. Del - Skip one character in the last command line.
  62. Ins - Insert the following characters until the "Ins" key is pressed again.
  63. Fn F5  - Save this line in place of the last command line and allow more
  64.          editing.
  65. Ctrl-Enter  - Continue command entry on the next line of the display.
  66. Esc - Cancel the current command line and start all over again.
  67.  
  68. *  Also see the help file JRKEYS for the translation of keys from the IBM PC
  69.    keyboard to the keys on the PCjr keyboard.
  70.